s/<!>/<!-- -->/ to make the doc valid with both SGML and XML.
authorJames Henstridge <james@daa.com.au>
Mon, 24 Dec 2001 01:34:29 +0000 (01:34 +0000)
committerJames Henstridge <jamesh@src.gnome.org>
Mon, 24 Dec 2001 01:34:29 +0000 (01:34 +0000)
2001-12-24  James Henstridge  <james@daa.com.au>

        * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
        valid with both SGML and XML.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdialog.c

index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 8dc6c09b3b9b03b0c32017ec953a58d74ebae6db..b77bbf5dcb3e6e6f05f03f305754811d4b2dfcf7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-24  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
+       valid with both SGML and XML.
+
 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: 1.3.12, interface, binary age 0.
index 178acdf9143950f9e844966104615501d2ed7533..707edbb3ab4f4cc9997f06efa87cfe05db6a3677 100644 (file)
@@ -855,10 +855,10 @@ run_destroy_handler (GtkDialog *dialog, gpointer data)
  *   switch (result)
  *     {
  *       case GTK_RESPONSE_ACCEPT:
- *          do_application_specific_something (<!>);
+ *          do_application_specific_something (<!-- -->);
  *          break;
  *       default:
- *          do_nothing_since_dialog_was_cancelled (<!>);
+ *          do_nothing_since_dialog_was_cancelled (<!-- -->);
  *          break;
  *     }
  *   gtk_widget_destroy (dialog);